From: Christian Göttsche Date: Mon, 4 Jan 2021 13:15:00 +0000 (+0100) Subject: Use release version for Debian X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=e18480e141921fece6f6c5a9f3935928cac03c04;p=nextcloud-desktop.git Use release version for Debian Forwarded: not-needed Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch --- diff --git a/VERSION.cmake b/VERSION.cmake index 1e56e674f..a11196f44 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -64,3 +64,8 @@ endif() # ------------------------------------ # Not used anymore. For brander, please maintain craftmaster.ini set(QT_MAJOR_VERSION 6) + +# Version from Debian changelog +if( EXTERNAL_VERSION ) + set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" ) +endif( EXTERNAL_VERSION )